/*****************\
 * Compatibility *
\*****************/

html { height: 100%; }

body { -webkit-text-size-adjust: 100%; }

h1 { margin: 0px; margin-bottom: 1em; }

h2, h3, h4, h5, h6 { margin: 1em 0px; }

p { margin: 1em 0px; }

b, strong { font-weight: bold; }

i, em { font-style: italic; }

hr { display: block; margin: 0px; *margin: -7px 0px; }

ul { margin-bottom: 1em; margin-top: 1em; }

img { border: 0px; }

form { margin: 0px; }

input { padding-left: 3px; vertical-align: middle; }
input[type=text], input[type=password], input[type=file], input[type=image], input[type=submit], input[type=button], button { margin: 0px; }
input[type=image] { padding: 0px; }
input[type=submit], input[type=button], button { padding-left: 5px; padding-right: 5px; }
input[type=checkbox], input[type=radio] { margin: 3px; padding: 0px; }
button, label { vertical-align: middle; }
select { margin: 0px; padding-left: 1px; vertical-align: middle; }
textarea { margin: 0px; padding-left: 4px; vertical-align: top; }
@-moz-document url-prefix() { textarea { padding-left: 3px; } }
@media screen and (-webkit-min-device-pixel-ratio:0) { input[type=file] { padding-left: 0px; } textarea { padding-left: 5px; } }

* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
td { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }


/***********\
 * Default *
\***********/

.p
{
    margin: 1em 0px;
    margin-bottom: 0px;
}

.p2
{
    margin: 1em 0px;
}

.first
{
    margin-top: 0px;
}

.last
{
    margin-bottom: 0px;
}

.both
{
    margin: 0px;
}

.center
{
    margin: 1em 0px;
    width: 100%;
    text-align: center;
}

.divider
{
    margin: 0.5em 0px;
    width: 100%;
    text-align: center;
}

.gap
{
    margin-top: 5px;
    display: block;
}

.gap_button
{
    margin-top: 7px;
    display: block;
}

.spacer
{
    height: 10px;
    padding: 0px !important;
}

.textarea
{
    width: 200px;
    height: 82px;
}

.alternate, .alternateb, .alternatet
{
    border-collapse: collapse;
    width: 100%;
}

.alternate td, .alternateb td, .alternatet td
{
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.tables, .tablesl, .tablesr
{
    border-collapse: collapse;
    width: 100%;
}

.tables td, .tablesl td, .tablesr td
{
    padding: 0px;
    vertical-align: middle;
}

.labels
{
    border-collapse: collapse;
    width: auto;
}

.labels td
{
    padding: 0px;
    vertical-align: middle;
}

.grid, .gridp
{
    border-collapse: collapse;
    width: 100%;
}

.grid td, .gridp td
{
    padding: 0px;
    vertical-align: middle;
}

.basket
{
    border-collapse: collapse;
    width: 100%;
}

.basket td
{
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    vertical-align: middle;
}

.details
{
    border-collapse: collapse;
    width: auto;
}

.details td
{
    padding: 0px;
    text-align: left;
}

.options
{
    border-collapse: collapse;
    width: auto;
}

.options td
{
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1px;
    text-align: left;
}

.label
{
    vertical-align: middle;
}

.product_text, .product_textarea, .product_file
{
    width: 180px;
}

.product_textarea
{
    height: 36px;
    vertical-align: middle;
}

.product_textinfo
{
    width: 200px;
}

.thumbnail_grid
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}

.thumbnail_left
{
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
}

.thumbnail_right
{
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
}

.thumbnail_tleft
{
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 0px;
}

.thumbnail_tright
{
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
}

.prti, .primw
{
    display: inline-block;
}

.prim
{
    display: table-cell;
    vertical-align: middle;
}

#product_list_outer
{
    position: relative;
    *zoom: 1;
}

.refining
{
    background-image: url('/images/lightbox_loading.gif');
    width: 32px;
    height: 32px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -16px;
}

#breadcrumb
{
    text-align: left;
}

#shoptalk
{
    margin: 1em 0px;
    margin-top: 0px;
}

#chat
{
    border: 0px;
    width: 100%;
    height: 45px;
}

#post, #thread
{
    display: none;
}

.magnify-lens
{
    border: 1px solid #808080;
    background: #FFFFFF;
    cursor: move;
}

.magnify-zoom
{
    border: 1px solid #000000;
    border-collapse: separate;
    box-shadow: 0px 0px 9px -4px #000000;
    -moz-box-shadow: 0px 0px 6px -4px #000000;
    -webkit-box-shadow: 0px 0px 9px -4px #000000;
    overflow: hidden;
}


/*************\
 * jQuery UI *
\*************/

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl
{
    border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr
{
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl
{
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br
{
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
}

.ui-widget-content
{
    background: #F8F8F8;
    border: 1px solid #808080;
}

.ui-widget-header
{
    background: #C0C0C0;
    border: 1px solid #808080;
}

.ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    background: #E0E0E0;
    border: 1px solid #A0A0A0;
}

.ui-helper-clearfix
{
    display: block;
    *height: 1%;
}

.ui-helper-clearfix:after
{
    content: '.';
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}


/*******************\
 * Autocomplete UI *
\*******************/

.ui-autocomplete
{
    background: #FFFFFF;
    border: 1px solid #808080;
    box-shadow: 0px 1px 6px -2px #000000;
    -moz-box-shadow: 0px 1px 4px -2px #000000;
    -webkit-box-shadow: 0px 1px 6px -2px #000000;
    margin: 0px;
    padding: 1px;
    list-style: none;
    text-align: left;
    position: absolute;
    cursor: default;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 3 !important;
}

.ui-autocomplete-loading
{
    background: #FFFFFF url('/images/lightbox_loadingsmall.gif') right center no-repeat;
}

.ui-menu-item a
{
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #202020;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px 1px #FFFFFF;
    margin: 0px;
    padding: 2px;
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
}

.ui-menu-item a.ui-state-hover, .ui-menu-item a.ui-state-active
{
    background: #E0E0E0;
    border: 1px solid #C0C0C0;
    box-shadow: inset 0px -17px #D8D8D8, inset 0px 1px 2px #FFFFFF;
    -moz-box-shadow: inset 0px -17px #D8D8D8, inset 0px 1px 2px #FFFFFF;
    -webkit-box-shadow: inset 0px -17px #D8D8D8, inset 0px 1px 2px #FFFFFF;
    color: #202020;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0px 1px #FFFFFF;
    margin: 0px;
    padding: 2px;
    white-space: nowrap;
    display: block;
    overflow-y: hidden;
}


/*****************\
 * Datepicker UI *
\*****************/

#ui-datepicker-div
{
    box-shadow: 0px 1px 6px -2px #000000;
    -moz-box-shadow: 0px 1px 4px -2px #000000;
    -webkit-box-shadow: 0px 1px 6px -2px #000000;
    width: 185px;
    display: none;
    z-index: 10;
}

.ui-datepicker
{
    background: #F8F8F8;
    border: 1px solid #808080;
    padding: 1px;
    padding-top: 2px;
}

.ui-datepicker-header
{
    background: #E0E0E0;
    border: 1px solid #A0A0A0;
    box-shadow: inset 0px -12px #D0D0D0, inset 0px 1px 2px #FFFFFF;
    -moz-box-shadow: inset 0px -12px #D0D0D0, inset 0px 1px 2px #FFFFFF;
    -webkit-box-shadow: inset 0px -12px #D0D0D0, inset 0px 1px 2px #FFFFFF;
    margin: 1px;
    margin-top: 0px;
    padding: 5px;
    text-align: center;
    position: relative;
}

.ui-datepicker-title
{
    color: #202020;
    font: bold 11px arial, sans-serif;
    text-shadow: 0px 1px #F0F0F0;
}

.ui-datepicker-prev
{
    background: url('/images/prev.gif');
    width: 8px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 4px;
}

.ui-datepicker-next
{
    background: url('/images/next.gif');
    width: 8px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 4px;
    right: 4px;
}

.ui-icon
{
    display: none;
}

.ui-datepicker table
{
    border-collapse: collapse;
    color: #202020;
    font: bold 11px arial, sans-serif;
    width: 100%;
}

.ui-datepicker th
{
    color: #202020;
    font: bold 11px arial, sans-serif;
    padding: 5px;
    text-align: center;
}

.ui-datepicker td
{
    padding: 1px;
    width: 14%;
}

.ui-datepicker td a:link, .ui-datepicker td a:visited
{
    background: #E0E0E0;
    border: 1px solid #A0A0A0;
    box-shadow: inset 0px -9px #D0D0D0, inset 0px 1px 1px #FFFFFF;
    -moz-box-shadow: inset 0px -9px #D0D0D0, inset 0px 1px 1px #FFFFFF;
    -webkit-box-shadow: inset 0px -9px #D0D0D0, inset 0px 1px 1px #FFFFFF;
    color: #202020;
    font: bold 11px arial, sans-serif;
    text-shadow: 0px 1px #F0F0F0;
    padding: 2px;
    text-align: right;
    text-decoration: none;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.ui-datepicker td a:hover, .ui-datepicker td a:active, #ui-datepicker-div .ui-state-active
{
    background: #A0A0A0;
    border: 1px solid #606060;
    box-shadow: inset 0px -9px #909090, inset 0px 1px 1px #D0D0D0;
    -moz-box-shadow: inset 0px -9px #909090, inset 0px 1px 1px #D0D0D0;
    -webkit-box-shadow: inset 0px -9px #909090, inset 0px 1px 1px #D0D0D0;
    color: #FFFFFF;
    font: bold 11px arial, sans-serif;
    text-shadow: 0px -1px #606060;
    padding: 2px;
    text-align: right;
    text-decoration: none;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

#ui-datepicker-div .ui-state-disabled .ui-state-default
{
    background: #E8E8E8;
    border: 1px solid #C0C0C0;
    color: #808080;
    font: bold 11px arial, sans-serif;
    padding: 2px;
    text-align: right;
    text-decoration: none;
    display: block;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}


/*************\
 * Dialog UI *
\*************/

.ui-dialog
{
    background: #F0F0F0;
    border: 0px;
    box-shadow: 0px 0px 12px #000000;
    -moz-box-shadow: 0px 0px 8px #000000;
    -webkit-box-shadow: 0px 0px 12px #000000;
    padding: 10px;
    position: fixed;
    *position: absolute;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.ui-dialog .ui-dialog-titlebar
{
    background: #C0C0C0;
    border: 1px solid #808080;
    box-shadow: 0px 0px 3px #A0A0A0, inset 0px -13px #B0B0B0, inset 0px 1px 3px #F0F0F0;
    -moz-box-shadow: 0px 0px 2px #A0A0A0, inset 0px -13px #B0B0B0, inset 0px 1px 3px #F0F0F0;
    -webkit-box-shadow: 0px 0px 3px #A0A0A0, inset 0px -13px #B0B0B0, inset 0px 1px 3px #F0F0F0;
    color: #202020;
    font: bold 14px arial, sans-serif;
    text-shadow: 0px 1px #E0E0E0;
    margin: 0px;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-align: left;
}

.ui-dialog .ui-dialog-titlebar-close
{
    display: none;
}

.ui-draggable .ui-dialog-titlebar
{
    cursor: move;
}

.ui-dialog .ui-dialog-content
{
    background: #FFFFFF;
    border: 1px solid #A0A0A0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 3px #C0C0C0;
    -moz-box-shadow: 0px 0px 2px #C0C0C0;
    -webkit-box-shadow: 0px 0px 3px #C0C0C0;
    color: #202020;
    font: 14px arial, sans-serif;
    padding: 10px;
    text-align: left;
}

.ui-dialog .ui-dialog-buttonpane
{
    background: #F0F0F0;
    border: 0px;
    margin: 0px;
    margin-top: 10px;
    text-align: right;
}

.ui-dialog .ui-dialog-buttonpane button
{
    background: #C0C0C0;
    border: 1px solid #808080;
    box-shadow: 0px 0px 3px #A0A0A0, inset 0px -10px #B0B0B0, inset 0px 1px 2px #F0F0F0;
    -moz-box-shadow: 0px 0px 2px #A0A0A0, inset 0px -11px #B0B0B0, inset 0px 1px 2px #F0F0F0;
    -webkit-box-shadow: 0px 0px 3px #A0A0A0, inset 0px -10px #B0B0B0, inset 0px 1px 2px #F0F0F0;
    color: #202020;
    font: bold 14px arial, sans-serif;
    text-shadow: 0px 1px #E0E0E0;
    margin: 0px;
    margin-left: 10px;
    padding: 2px 10px;
    cursor: pointer;
    *padding: 0px 10px;
    *overflow: visible;
}

.ui-dialog .ui-dialog-buttonpane button.ui-state-hover, .ui-dialog .ui-dialog-buttonpane button.ui-state-active
{
    background: #808080;
    border: 1px solid #404040;
    box-shadow: 0px 0px 3px #606060, inset 0px -10px #707070, inset 0px 1px 2px #B0B0B0;
    -moz-box-shadow: 0px 0px 2px #606060, inset 0px -11px #707070, inset 0px 1px 2px #B0B0B0;
    -webkit-box-shadow: 0px 0px 3px #606060, inset 0px -10px #707070, inset 0px 1px 2px #B0B0B0;
    color: #F0F0F0;
    text-shadow: 0px -1px #404040;
}

.ui-dialog td
{
    color: #202020;
    font: 14px arial, sans-serif;
}

.ui-dialog-divider
{
    background: #C0C0C0;
    margin: 10px 0px;
    height: 1px;
    overflow: hidden;
}

#dialog-basket-wrap
{
    position: relative;
}

#dialog-basket-list
{
    height: auto;
}

#dialog-basket-shadow-top
{
    box-shadow: inset 0px 10px 10px #FFFFFF;
    -moz-box-shadow: inset 0px 10px 10px #FFFFFF;
    -webkit-box-shadow: inset 0px 10px 10px #FFFFFF;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#dialog-basket-shadow-bottom
{
    box-shadow: inset 0px -10px 10px #FFFFFF;
    -moz-box-shadow: inset 0px -10px 10px #FFFFFF;
    -webkit-box-shadow: inset 0px -10px 10px #FFFFFF;
    width: 100%;
    height: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
}

#dialog-basket-total
{
    background: #E0E0E0;
    border: 1px solid #C0C0C0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0px -13px #D8D8D8, inset 0px 1px 2px #FFFFFF;
    -moz-box-shadow: inset 0px -13px #D8D8D8, inset 0px 1px 2px #FFFFFF;
    -webkit-box-shadow: inset 0px -13px #D8D8D8, inset 0px 1px 2px #FFFFFF;
    text-shadow: 0px 1px #FFFFFF;
    margin: 0px;
    margin-top: 10px;
    padding: 5px;
}

.dialog-basket-add, .dialog-basket-sub
{
    color: #C0C0C0;
    font: bold 17px courier new, arial, sans-serif;
    cursor: pointer;
}


/*************\
 * Slider UI *
\*************/

.ui-slider
{
    text-align: left;
    position: relative;
}

.ui-slider .ui-slider-handle
{
    width: 8px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    z-index: 2;
}

.ui-slider .ui-slider-range
{
    border: 0px;
    position: absolute;
    display: block;
    z-index: 1;
}

.ui-slider-horizontal
{
    height: 6px;
}

.ui-slider-horizontal .ui-slider-handle
{
    margin-left: -4px;
    top: -6px;
}

.ui-slider-horizontal .ui-slider-range
{
    height: 100%;
    top: 0px;
    overflow-y: hidden;
}

.ui-slider-horizontal .ui-slider-range-min
{
    left: 0px;
}

.ui-slider-horizontal .ui-slider-range-max
{
    right: 0px;
}


/***********\
 * Tabs UI *
\***********/

.ui-tabs
{
    background: #FFFFFF;
    border: 0px;
    margin: 1em 0px;
    padding: 0px;
    position: relative;
    *zoom: 1;
}

.ui-tabs .ui-tabs-nav
{
    background: #FFFFFF;
    border: 0px;
    margin: 0px;
    padding: 0px 3px 0px 0px;
}

.ui-tabs .ui-tabs-nav li
{
    background: #FFFFFF;
    border: 1px solid #000000;
    border-bottom: 0px;
    box-shadow: inset 0px 10px 15px -10px #000000, inset 0px -5px 5px -5px #000000;
    -moz-box-shadow: inset 0px 10px 15px -10px #000000, inset 0px -5px 5px -5px #000000;
    -webkit-box-shadow: inset 0px 10px 15px -10px #000000, inset 0px -5px 5px -5px #000000;
    margin: 0px 2px 0px 0px;
    padding: 0px;
    list-style: none;
    white-space: nowrap;
    float: left;
    position: relative;
    top: 1px;
}

.ui-tabs .ui-tabs-nav li a
{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    float: left;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
    background: transparent;
    box-shadow: inset 0px 10px 15px -10px #000000, inset 0px -10px 10px -5px #FFFFFF;
    -moz-box-shadow: inset 0px 10px 15px -10px #000000, inset 0px -10px 10px -5px #FFFFFF;
    -webkit-box-shadow: inset 0px 10px 15px -10px #000000, inset 0px -10px 10px -5px #FFFFFF;
    margin-bottom: 0;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-state-hover
{
    background: transparent;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a
{
    cursor: default;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel
{
    background: #FFFFFF;
    border: 1px solid #000000;
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    padding: 0px 10px;
    display: block;
}

.ui-tabs .ui-tabs-hide
{
    display: none;
}


/************\
 * Template *
\************/

body { background-color: #FFFFFF; background-image: url('/user/templates/natural[1]/toysafaro texture.jpg'); background-repeat: repeat; background-attachment: fixed; background-position: top center; color: #000000; font-style: normal; font-weight: normal; font-size: 14px; font-family: arial, sans-serif; margin: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; padding: 0px; height: 100%; text-align: center; } table { font-size: 14px; }

a:link, a:visited { color: #000000; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; }

a:hover, a:active { color: #FF0000; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; }

h1 { color: #000000; font-style: normal; font-weight: bold; font-size: 18px; font-family: arial, sans-serif; text-decoration: none; }

h2 { color: #000000; font-style: normal; font-weight: bold; font-size: 15px; font-family: arial, sans-serif; text-decoration: none; } h3, h4, h5, h6 { color: #000000; font: normal normal 14px arial, sans-serif; text-decoration: none; } h3 { font-size: 16px; } h4 { font-size: 15px; } h5 { font-size: 13px; } h6 { font-size: 12px; }

hr { border: 0; border-bottom: 2px solid #000000; width: 100%; height: 0px; } .hr { border: 0; border-bottom: 2px solid #000000; width: 100%; height: 2px; margin: 0px auto; overflow: hidden; } .hrd { border: 0; border-bottom: 2px solid #000000; width: 100%; height: 2px; } .hr hr, .hrd hr { display: none; } .rule { border: 0; border-top: 2px solid #000000; }  .horizontal { border-top: 2px solid #000000; } .vertical { border-left: 2px solid #000000; }

div#wrap { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; width: 100%; height: 100%; }

div#body { border 0px; margin: 0px; padding: 0px; width: 1200px; height: 100%; position: relative; margin: 0px auto; }

div#top { border 0px; margin: 0px; padding: 0px; width: 1200px; height: 100%; position: relative; margin: 0px auto; }

div.header { background-color: #FFFFFF; background-image: url('/user/templates/natural[1]/Masterlogotoysafari2.jpg'); background-repeat: no-repeat; background-attachment: scroll; background-position: bottom center; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #000000; font: normal normal 12px arial, sans-serif; margin: 0px; padding: 0px; width: 1200px; height: 215px; text-align: center; position: absolute; top: 0px; left: 0px; }

table.header { border: 0px; border-collapse: separate; border-spacing: 0px; color: #000000; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; width: 1200px; height: 100%; }

td.header { padding: 0px; text-align: left; vertical-align: middle; }

.header a:link, .header a:visited { color: #000000; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; border-bottom: 0px; }

.header a:hover, .header a:active { color: #202020; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: underline; border-bottom: 0px; }

div#acc { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; text-align: right; padding-bottom: 0px; padding-left: 40px; padding-right: 40px; padding-top: 0px; width: 1200px; position: absolute; top: 10px; left: 0px; }

#acc table { border: 0px; border-collapse: separate; border-spacing: 0px; color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 16px; font-family: arial, sans-serif; text-decoration: none; width: auto; height: 25px; float: right; }

#acc td { border: 0px; padding: 0px; width: auto; height: 25px; }

#acc a:link, #acc a:visited { color: #000000; font-style: normal; font-weight: bold; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; border-bottom: 0px; }

#acc a:hover, #acc a:active { color: #000000; font-style: normal; font-weight: bold; font-size: 16px; font-family: arial, sans-serif; text-decoration: none; border-bottom: 0px; }

div#nav { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; text-align: right; padding-bottom: 0px; padding-left: 40px; padding-right: 40px; padding-top: 0px; width: 1200px; position: absolute; top: 180px; left: 0px; }

#nav table { border: 0px; border-collapse: separate; border-spacing: 0px; color: #000000; font-style: normal; font-weight: bold; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; width: auto; height: 35px; cursor: pointer; cursor: hand; float: right; }

#nav td { border: 1px inset #000000; border-bottom: 0px; border-left: 1px inset #000000; border-right: 1px inset #000000; border-top: 0px; text-align: left; padding-bottom: 0px; padding-left: 10px; padding-right: 10px; padding-top: 0px; width: auto; height: 35px; }

td.navout { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; color: #000000; font-style: normal; font-weight: bold; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; } a:link.navout, a:visited.navout { color: #000000; font-style: normal; font-weight: bold; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; }

td.navover { background-color: #1D9110; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; } a:link.navover, a:visited.navover, a:hover.navover, a:active.navover { color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; }

div#sea { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; text-align: center; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: 1200px; position: absolute; top: 0px; left: 0px; }

#sea table { border: 0px; border-collapse: separate; border-spacing: 0px; color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; width: auto; height: 20px; margin: 0px auto; }

#sea td { border: 0px; padding: 0px; width: auto; height: 20px; }

div#outer { border 0px; margin: 0px; padding: 0px; width: 100%; height: 100%; position: relative; }

table#inner { border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; border-collapse: separate; border-spacing: 0px; width: 1200px; height: 100%; margin: 0px auto; margin-bottom: -350px; } .clear { clear: both; margin: 0px; padding: 0px; height: 350px; }

td#center, td#centertop { background-color: #FFFFFF; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: left 215px; border: 0px; color: #000000; font: normal normal 14px arial, sans-serif; padding: 15px; padding-top: 0px; padding-bottom: 0px; width: auto; text-align: justify; vertical-align: top; } .tables td { text-align: justify; }

.alternate, .alt { background-color: transparent; } .alternateb { background-color: transparent; border-top: 2px solid #000000; } .alternatet { background-color: transparent; border-bottom: 2px solid #000000; }

td.left { background-color: #FFFFFF; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: left 215px; border-bottom: 0px; border-left: 0px; border-right: 0px solid #000000; border-top: 0px; color: #000000; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; padding: 0px; padding-left: 15px; width: 145px; text-align: left; vertical-align: top; } div.left_column { background-color: transparent; border: 0px; margin: 0px; padding: 0px; padding-left: 15px; width: 160px; text-align: left; vertical-align: top; position: absolute; top: 215px; left: 0px; } .left p, .left label { color: #000000; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; } .tablesl td { text-align: left; }

.left a:link, .left a:visited, .left_column a:link, .left_column a:visited { color: #000000; font-style: italic; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; }

.left a:hover, .left a:active, .left_column a:hover, .left_column a:active { color: #000000; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; }

.left h2, .left_column h2 { color: #FFFFFF; font-style: italic; font-weight: bold; font-size: 15px; font-family: arial, sans-serif; text-decoration: none; }

.left hr, .left_column hr { border: 0; border-bottom: 1px solid #000000; width: 100%; height: 0px; } .hrl { border: 0; border-bottom: 1px solid #000000; width: 100%; height: 1px; margin: 0px auto; overflow: hidden; } .hrl hr { display: none; } .rulel { border: 0; border-top: 1px solid #000000; }

td.right { background-color: #FFFFFF; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: left 215px; border-bottom: 0px; border-left: 0px solid #000000; border-right: 0px; border-top: 0px; color: #000000; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; padding: 0px; padding-right: 15px; width: 145px; text-align: left; vertical-align: top; } .right p, .right label { color: #000000; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; } .tablesr td { text-align: left; }

.right a:link, .right a:visited { color: #000000; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; }

.right a:hover, .right a:active { color: #FF0000; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; }

.right h2 { color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 15px; font-family: arial, sans-serif; text-decoration: none; }

.left hr, .left_column hr { border: 0; border-bottom: 1px solid #000000; width: 100%; height: 0px; } .hrr { border: 0; border-bottom: 1px solid #000000; width: 100%; height: 1px; margin: 0px auto; overflow: hidden; } .hrr hr { display: none; } .ruler { border: 0; border-top: 1px solid #000000; }

.subtext { color: #000000; font-style: normal; font-weight: normal; font-size: 11.1px; font-family: arial, sans-serif; } td#center, td#centertop { padding-top: 215px; }

.subtext_left { color: #FFFFFF; font-style: normal; font-weight: normal; font-size: 11.1px; font-family: arial, sans-serif; } td.left { padding-top: 215px; }

.subtext_right { color: #FFFFFF; font-style: normal; font-weight: normal; font-size: 11.1px; font-family: arial, sans-serif; } td.right { padding-top: 215px; }

.block { border: 0px; border-collapse: separate; border-spacing: 0px; width: 100%; }

.cb_title { background-color: #1D9110; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px; width: 100%; height: 30px; text-align: left; }

.cb_content { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #000000; font: normal normal 14px arial, sans-serif; padding: 0px; padding-top: 10px; width: 100%; text-align: justify; }

.cb_divider, .cb_divider_top { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border: 0px; margin: 0px; padding: 0px; width: 100%; height: 20px; clear: both; overflow: hidden; }

.lb_title { background-color: transparent; background-image: url('/user/templates/natural[1]/title1.gif'); background-repeat: repeat-x; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; padding-bottom: 0px; padding-left: 10px; padding-right: 10px; padding-top: 0px; width: 100%; height: 40px; text-align: center; }

.lb_content { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #000000; font: normal normal 12px arial, sans-serif; padding: 0px; width: 100%; text-align: left; }

.lb_divider { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border: 0px; margin: 0px; padding: 0px; width: 100%; height: 20px; clear: both; overflow: hidden; }

.rb_title { background-color: transparent; background-image: url('/user/templates/natural[1]/title1.gif'); background-repeat: repeat-x; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; padding-bottom: 0px; padding-left: 10px; padding-right: 10px; padding-top: 0px; width: 100%; height: 40px; text-align: center; }

.rb_content { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #000000; font: normal normal 12px arial, sans-serif; padding: 0px; width: 100%; text-align: left; }

.rb_divider { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border: 0px; margin: 0px; padding: 0px; width: 100%; height: 20px; clear: both; overflow: hidden; }

div.footer { background-color: #FFFFFF; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 0px; border-left: 0px; border-right: 0px; border-top: 0px; color: #FFFFFF; font: normal normal 12px arial, sans-serif; margin: 0px; margin-bottom: 0px; padding: 0px; width: 1200px; height: 350px; text-align: center; }

table.footer { border: 0px; border-collapse: separate; border-spacing: 0px; color: #FFFFFF; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; width: 1200px; height: 100%; margin: 0px auto; }

td.footer { padding: 0px; text-align: left; vertical-align: bottom; }

.footer a:link, .footer a:visited { color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: none; border-bottom: 0px; }

.footer a:hover, .footer a:active { color: #202020; font-style: normal; font-weight: bold; font-size: 12px; font-family: arial, sans-serif; text-decoration: underline; border-bottom: 0px; }

input, select, textarea { color: #000000; font-style: normal; font-weight: normal; font-size: 12px; font-family: arial, sans-serif; } div.form { border: 0px; width: 100%; margin: 0px; padding: 0px; text-align: center; }

.i_form { border: 0px; border-collapse: collapse; width: auto; margin: 0px auto; } .i_form td { text-align: left; padding-bottom: 3px; padding-left: 0px; padding-right: 0px; padding-top: 3px; } td.l_form { padding-right: 15px; }

.error { color: #000000; font-style: normal; font-weight: bold; font-size: 11.1px; font-family: arial, sans-serif; } .error_field { color: #000000; }

.success { color: #000000; font-style: normal; font-weight: bold; font-size: 11.1px; font-family: arial, sans-serif; }

.selling_price { color: #1D9110; font-style: normal; font-weight: normal; font-size: 14px; font-family: arial, sans-serif; }

.list_price { color: #1D9110; font-style: normal; font-weight: normal; font-size: 14px; font-family: arial, sans-serif; }

.button { color: #FFFFFF; font-style: normal; font-weight: bold; font-size: 10px; font-family: arial, sans-serif; text-transform: uppercase; border: 0px; border-collapse: separate; margin: 0px; padding: 0px; } button.button, td.button span { cursor: pointer; } td.button { text-align: center; vertical-align: middle; }

.b_standard { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; width: 140px; height: 24px; } button.b_standard:hover { background-color: transparent; background-image: none; }

.b_basket { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; width: 100px; height: 24px; } button.b_basket:hover { background-color: transparent; background-image: none; }

.b_checkout { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; width: 140px; height: 24px; } button.b_checkout:hover { background-color: transparent; background-image: none; }

#menu, #catalogue, #brand, .menu { margin: 0px; padding: 0px; width: 100%; }

#menu ul, #catalogue ul, #brand ul, .menu ul { margin: 0px; padding: 0px; text-align: left; list-style-type: none; }

#menu a:link, #menu a:visited, #catalogue a:link, #catalogue a:visited, #brand a:link, #brand a:visited, .menu a:link, .menu a:visited { background-color: transparent; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 1px solid #000000; border-left: 0px; border-right: 0px; border-top: 0px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; padding-top: 5px; margin: 0px; width: 100%; color: #000000; font-style: normal; font-weight: bold; font-size: 10px; font-family: arial, sans-serif; text-decoration: none; display: block; } .menulink { color: #000000; font-style: normal; font-weight: bold; font-size: 10px; font-family: arial, sans-serif; text-decoration: none; padding: 0px; padding-left: 5px; }

#menu a:hover, #menu a:active, #catalogue a:hover, #catalogue a:active, #brand a:hover, #brand a:active, .menu a:hover, .menu a:active, .current { background-color: #1D9110; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: top left; border-bottom: 1px solid #000000; border-left: 0px; border-right: 0px; border-top: 0px; padding: 5px; margin: 0px; width: 100%; color: #FFFFFF; font-style: italic; font-weight: bold; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; cursor: pointer; cursor: hand; display: block; } .menuhover { color: #FFFFFF; font-style: italic; font-weight: bold; font-size: 13px; font-family: arial, sans-serif; text-decoration: none; padding: 0px; padding-left: 5px; }

div.footer { position: relative; }
table.footer { position: absolute; top: 0px; left: 0px; }

.error { border: 1px solid #000000; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin: 5px 0px; padding: 5px; display: inline-block; }

.success { border: 1px solid #000000; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin: 5px 0px; padding: 5px; display: inline-block; }


/******************\
 * Additional CSS *
\******************/

.highlight { background-color: #FFFF80; }
h1 { border-bottom: 1px solid #C0C0C0; padding-bottom: 2px; }
p { line-height: 16px; }
.child { position: absolute; visibility: hidden; z-index: 40; background: transparent; border: 0px; margin-top: 4px; padding: 0px; text-align: left; }
.child a { display: block; padding: 4px 11px; }
.child a:link, .child a:visited { background-color: transparent; color: #FFFFFF; font: bold 13px arial, sans-serif; text-decoration: none; }
.child a:hover, .child a:active { background-color: transparent; color: #202020; font: bold 13px arial, sans-serif; text-decoration: none; }
